<table>
from HTML
<table> は表形式のデータで表現される情報
例
code:html
"<table>
<thead>
<tr>
<th>名前</th>
<th>出身</th>
<th>誕生日</th>
<th>血液型</th>
<th>スキル</th>
</tr>
</thead>
<tbody>
<tr>
<td>ルフィ</td>
<td>イーストブルー</td>
<Ïtd>5月5日</Ïtd>
<td>F型</td>
<td>ゴム人間</td>
</tr>
</tbody>
</table>"
<thead>
<tbody>
<tr>
<th>
<td>
<tfoot>
<col>
<colgroup>
<caption>